home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / hello_kitty.swf / scripts / DefineButton2_210 / BUTTONCONDACTION on(release).as next >
Text File  |  2008-03-13  |  88b  |  6 lines

  1. on(release){
  2.    char = 2;
  3.    _root.beep.start(0,1);
  4.    gotoAndStop("startGame");
  5. }
  6.